home *** CD-ROM | disk | FTP | other *** search
/ CD Magazine 1996 July / CD Magazine Temmuz 1996.iso / startup2.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  225 b   |  16 lines

  1. on exitFrame
  2.   global tr
  3.   if tr = 0 then
  4.     go("freddy")
  5.   end if
  6.   if tr = 1 then
  7.     go(1, "techmenu.dir")
  8.   end if
  9.   if tr = 2 then
  10.     go(1, "mainmenu.dir")
  11.   end if
  12.   if tr = 3 then
  13.     go(1, "mgmmc.dir")
  14.   end if
  15. end
  16.